Capabilities

interface Capabilities

The capabilities of a printer.

Since

7.13

Functions

Link copied to clipboard
open fun canCollate(): Boolean
Returns true if the printer supports collate printing.
Link copied to clipboard
open fun colorModels(): Set<ColorModel>
Returns an immutable set of the supported color models.
Link copied to clipboard
open fun duplexModes(): Set<DuplexMode>
Returns an immutable set of the supported DuplexMode values.
Link copied to clipboard
open fun maxCopies(): Int
Returns the maximum number of copies that the printer can make.
Link copied to clipboard
open fun paperSizes(): Set<PaperSize>
Returns an immutable set of the supported PaperSize values.